Delete card

Delete a 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/view/{{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

Headers

{
    "data": {
        "success": true,
        "message": "View has been deleted successfully."
    }
}

Last updated