Footer Section
Explore

Delete a Collaboration Request.
The reference to the collaboration request.
Authentication token.
Content type of the request body.
The name of the storefront used for the request.
curl --request DELETE \--url https://documentation.conga.com/collaborationrequests/recordId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: ' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": {5"id": "a1I3I000000e7GLUAY,",6"success": "true,",7"errors": []8}9}