Delete an integration
DELETEhttps://euwest.api.elasticpath.com/integrations/:integration_uuid
Deletes the Integration for the given UUID
Request
Path Parameters
integration_uuid stringrequired
The unique identifier of the integration.
Responses
- 200
- 500
Integration was successfully deleted
Internal server error. There was a system failure in the platform.
- application/json
- Schema
- Example (from schema)
- internal-server-error
Schema
errors ErrorBody[]required
{
"errors": [
{
"status": 500,
"title": "Internal server error",
"detail": "An internal error has occurred."
}
]
}
{
"errors": [
{
"title": "Internal Server Error",
"status": 500
}
]
}
Authorization: http
name: bearerAuthtype: httpscheme: bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://euwest.api.elasticpath.com/integrations/:integration_uuid' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear