Delete retry strategy
Information
This API allows you to delete your retry strategy.
This endpoint is
synchronous
The role
admin
is needed in order to use this endpointEndpoints
DELETE/v1/config/retry/strategy
No parameters
Request
DELETE /v1/config/webhook/retryStrategy
curl -X 'DELETE'
'https://api.ppd.iopole.fr//v1/config/webhook/retryStrategy'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'
-H 'Content-Type: application/json'
}'
Response
Status: 201 - application/json
Description: Returns deleted retry strategy id
Schema:
- type: enum
The type of the response object. - id: string
The unique identifier for the created element.
Status: 401
Description: Unauthorized - Authentication is required and has failed or has not yet been provided.
Status: 403
Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.
Status: 409
Description: Conflict - The request could not be completed. A retry strategy already exists.