Description

The actor (only the logged user) can remove his/her actual profile image. This activity is generated by an actor after verify the requirements for be a valid and confirmed person. Indicates that the actor has deleted the object.

Endpoint URL:

 POST https://{your-endpoint-domain.com}/activityid/v1/image/delete

Request parameters

ParameterDescriptionType
image_idThe permanent, universally unique identifier for the object of type image. This id can be obtained in two ways:

  • from the JSON response of the upload process
  • from the JSON response of the GET HTTP Request of the public profile image, using the redirect=false parameter.

Request example

POST /activityid/v1/image/delete HTTP/1.1

Host: {your-endpoint-domain.com}

Authorization: Bearer {{access_token}}

Content-Type: application/json

From: {{entry_point_key}}

Response