Skip to main content
DELETE
/
profile
/
{profile_id}
cURL
curl -X DELETE "https://api.smooth.sh/api/v1/profile/my-profile" \
     -H "apikey: YOUR_API_KEY"
{
  "r": true
}

Authorizations

apikey
string
header
required

Path Parameters

profile_id
string
required

Response

Profile successfully deleted.

r
boolean
required