Start a conversation

Delete Attachments

Overview


Information

/services/v2/users/gdpr/[user-id]/attachments.json

- URL Params
No params needed; the user ID is already a path param.

- Data Params
No data params

For Permissions, Requirements and More Detailed Information:

Reference the GDPR Plugin Docs in the Non-Reference portion of the documentation.

Sample Request

A DELETE Delete Attachments request for a user (userId:117) sent to https://apidocs.cloud.answerhub.com using a human-readable Username/Password (answerhub/test123) would look like this:

  • cURL
curl -u answerhub:test123 -H “Accept:application/json” -H "Content-Type:application/json" -x DELETE “https://apidocs.cloud.answerhub.com/services/v2/users/gdpr/117/attachments.json”
curl 
-u answerhub:test123 
-H “Accept:application/json” 
-H "Content-Type:application/json"
-x DELETE “https://apidocs.cloud.answerhub.com/services/v2/users/gdpr/117/attachments.json”

Expected Responses

- Success and Error Responses: the format is <status or error code> / {<message example>}

  • 200 / {"message": "Attachments for user <user id> deleted successfully"}
  • 400 / {"error":"The provided user id could not be parsed"}
  • 422 / {"error":"Invalid User Id"}
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments