Delete an ActionIntent
delete
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/ActivityContact/{ActivityContactUniqID}/child/smartActions/{activities_ActivityContact_smartActions_Id}/enclosure/ActionIntent
Delete an ActionIntent
Request
Path Parameters
-
ActivityContactUniqID(required): string
This is the hash key of the attributes which make up the composite key--- ActivityId and ContactId ---for the Activity Contacts resource and used to uniquely identify an instance of Activity Contacts. The client should not generate the hash key value. Instead, the client should query on the Activity Contacts collection resource with a filter on the primary key values in order to navigate to a specific instance of Activity Contacts.
For example: ActivityContact?q=ActivityId=<value1>;ContactId=<value2> -
ActivityNumber(required): string
The unique number of the activity. The number can also be generated from an external source.
-
activities_ActivityContact_smartActions_Id(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
There's no request body for this operation.
Back to TopResponse
Default Response
No Content. This task does not return elements in the response body.