DELETE account

DELETE /accounts/{account_id}

This method is used to delete an account.

Exactly as for PUT and GET, you cannot delete another person's account.

Parameters

  • account_id (string) - Id of the account

Page content


Minimal curl example

curl -ig 'https://api.mention.net/api/accounts/{account_id}' \
    -X DELETE \
    -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
    -H 'Accept-Version: 1.19'

Request example

  • Headers
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept-Version: 1.19
  • Body

None


Response example

  • Body
true