Skip to main content
DELETE
/
v1
/
api
/
candidates
/
profile
/
account
Supprimer le compte
curl --request DELETE \
  --url http://localhost:3091/v1/api/candidates/profile/account \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "reason": "<string>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {},
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Body

application/json
password
string
required
reason
string

Response

200 - */*

OK

success
boolean
message
string
data
object
error
object
timestamp
string<date-time>