delete
@DeleteMapping(headers = "token", path = "/{" + LINK_IDENTIFIER_KEY + "}")
Method to delete a custom link
Return
the response message as String
Parameters
token
The token of the user
userId
The identifier of the user
linkId
The identifier of the custom link to delete