Skip to main content
DELETE
Delete affiliate link

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The affiliate link to delete

Supply either id or link.

id
string<uuid>

The affiliate link to delete. Required unless link is supplied.

The slug of the link to delete. Required unless id is supplied.

Response

The affiliate link was deleted.

message
string

Confirmation message

The link that was removed

Last modified on July 20, 2026