DELETE

Delete Member Reports


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes all reports of a member.

Authentication

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

Permissions
Manage Members
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/members/v1/member-reports/members/{memberId}

Path Params
memberIdstringRequired

ID of the member whose reports to be deleted.

Response Object
Returns an empty object.
Delete Member Reports
Request
cURL
curl -X DELETE \ https://www.wixapis.com/members/v1/member-reports/members/e62e3011-55cf-4de3-a497-e097b52d86b7 \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors
500Internal

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

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