Skip to content

DeleteIntegrationExecution

DELETE/api/v1/integrations/{integration}/executions/{execution}

Delete the record of one sync run.

Example request

curl -X DELETE \
-H "Authorization: Bearer ${OBLIQUE_API_KEY}" \
"https://us.oblique.security/api/v1/integrations/{integration}/executions/{execution}"

Set OBLIQUE_API_KEY to your API key.

Path parameters

  • namestringrequired

    Name of the execution of the format integrations/{integration}/executions/{execution}.

Response

200No body

Errors

StatusMeaning
400Malformed request
401Missing or invalid API key
403Not allowed for this API key
404Not found
429Too many requests
500Internal server error