Delete card
Delete a custom card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Delete card
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.
Path Parameters
Name
Type
Description
cardId
integer
Id of the card
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Last updated