profiles
Delete profile
Permanently deletes a profile by ID.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
profileIdstring
Response Body
application/json
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/profiles/string"{
"message": "Profile deleted successfully"
}Empty
{
"error": "Unauthorized"
}Empty
{
"error": "Not found"
}