Delete GPDR data request
Delete the user account and all associated data for the given id. This operation cannot be un-done!
DELETE /v1/client/user/gdpr-requests
curl \
-X DELETE https://api.bitlabs.ai/v1/client/user/gdpr-requests \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (202)
{
"data": {
"id": 42
}
}