5. Delete profile
Authorizations
Path parameters
profile_idintegerRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
delete
/profiles/{profile_id}DELETE /profiles/{profile_id} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"success": true,
"data": null
}Last updated