Skip to main content

DELETE /links

Description

Removes a link's data

This route processes an HTTP DELETE request sent to the /links/{id} endpoint.

Path parameters

The following parameter should be included in the request URL:

NameTypeDescription
idnumberRequired. The identifier of the link to be removed.

Payload

No payload is necessary.

Response

No content is returned. The HTTP status code indicates whether the operation was successful (response.status == 200) or encountered an error (response.status == 500).


Related articles: