Delete an affiliate
DELETE
https://api.tamio.com/v2/affiliates/{uuid}
Deletes an affiliate partner. Optionally blocks the affiliate to prevent future applications from the same email address.
Path Parameters
uuid
string*
UUID of the affiliate to delete.
Query Parameters
block
boolean*
Whether to block the affiliate before deletion (prevents future applications).
Responses
200
Affiliate deleted successfully.
Affiliate deleted successfully.
status
integer
400
Validation or business logic error. Possible causes:
Validation or business logic error. Possible causes:
uuidis missing, not a string, or not a valid UUID- Additional properties present
Error codes:
| Code | Description |
|---|---|
| 1002 | Affiliate not found or invalid affiliate program |
| 10199 | Cannot delete affiliate from this program |
status
integer
error
string
error_code
integer
401
Missing or invalid Bearer token.
Missing or invalid Bearer token.
status
integer
error
string