Skip to main content

DELETE /links

Description

Removes a link entry

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

Path parameters

The following parameter is included in the request URL:

NameTypeDescription
idnumberRequired. The identifier of the link you want to delete.

Payload

There is no payload needed for this request.

Response

No content is returned. The HTTP status code indicates success (response.status == 200) or failure (response.status == 500).


Related articles: