latestOpenAPI 3.0.02026-08-1535120202.6 KB
f59881dadecd
Designations
Delete a designation
Use this request to delete a designation by its unique identifier. A designation cannot be deleted if it is the default designation of the account or is in use by donations, recurring plans, campaigns, or gift catalogs.
delete/v1/designations/{id}
Path parameters
idstring required
Example:EXXXXXXX
Unique identifier of the designation, formatted as E[A-Z\d]{7}.
Response
On success, the API returns the identifier of the deleted designation.
Example response
{
"id": "EXXXXXXX"
}