Delete card
Delete a custom card.
Last updated
Delete a custom card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
DELETE https://{{account_id}}.acquire.io/api/v1/crm/ui-component/{{cardId}}
Delete a Custom Card. The cardId must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.
cardId
integer
Id of the card
Authorization
string
Bearer {{api_key}}
{
"data": {
"success": true,
"message": "UI component has been deleted successfully."
}
}Last updated