Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.scribe-mail.com/v1/signatures/{signature_id}/integration_entities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integration_entity_ids": [ "<string>" ] } '
{ "data": { "assign_to_all_future_emails": true, "manual_email_ids": [ "<string>" ], "integration_entity_ids": [ "<string>" ], "conditions": [ [ { "smart_field_id": "<string>", "values": [ "<string>" ] } ] ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Untargeted
Show child attributes
Was this page helpful?