Delete ICP
ICPs
Delete ICP
Permanently deletes an ICP (Ideal Customer Profile)
DELETE
Delete ICP
Permanently deletes an ICP (Ideal Customer Profile) by its unique identifier. This action cannot be undone.
Authentication
This endpoint requires authentication. The user must be signed in.Users can only delete ICPs where they are listed in the
userIds array, or if
they are an admin user. Attempting to delete an ICP without proper
authorization will result in a 403 Forbidden error.Request
The unique identifier (UUID) of the ICP to delete.
Response
Returns an empty response with HTTP status 204 (No Content) on successful deletion.Response Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 204 | - | ICP successfully deleted. No response body. |
| 401 | UNAUTHORIZED | User is not authenticated. Ensure a valid session exists. |
| 403 | FORBIDDEN | User does not have access to this ICP. |
| 404 | NOT_FOUND | No ICP exists with the specified ID. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |