Skip to main content
DELETE
/
profiles
/
{profile_id}
Profile Delete
curl --request DELETE \
  --url https://api.example.com/profiles/{profile_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Profile deleted successfully"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-notte-request-origin
string | null
x-notte-sdk-version
string | null

Path Parameters

profile_id
string
required

Response

Successful Response

success
boolean
default:true
message
string
default:Profile deleted successfully