DELETE
/
links
/
{id}
/links/{id}
curl --request DELETE \
  --url http://localhost:8080/links/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.
curl -i -X DELETE \
  'http://localhost:8080/links/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'moneykit-version: 2023-02-18'
{
  "error_code": "api_error.auth.expired_access_token",
  "error_message": "Access token expired",
  "documentation_url": "string"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

moneykit-version
string
default:2023-02-18

Path Parameters

id
string
required

The unique ID for this link.

Response

204

Successful Response