Remove IP Whitelist Entry
DELETE/api/v2/project/whitelist/:id
Soft-deletes a whitelist entry. Approvals from that address stop being accepted immediately. Requires a dashboard login in addition to the apiToken.
Request
Responses
- 200
- 403
- 404
Entry removed.
Missing or invalid credentials, or an apiToken without a dashboard session. These routes require both.
No such whitelist entry.