cURL
curl --request DELETE \ --url https://api.sandbox.asapp.com/configuration/v1/segments/{segmentId} \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "error": { "requestId": "8e033668-9f1a-11ec-b909-0242ac120002", "code": "400-01", "message": "Bad request" } }
Delete a specific segment specifying the id
Documentation IndexFetch the complete documentation index at: https://docs.asapp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.asapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Identifier of the segment
Successfully deleted the segment.
Was this page helpful?