DELETE

Delete Badge


Deletes a badge.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Badges
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/members/v3/badges/{id}

Path Params
idstringRequired

Badge ID.

Response Object
Returns an empty object.
Delete a badge
Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/members/v3/badges/80d5e4aa-0ab2-4bab-b941-a7459239a02e' \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?