Skip to main content
POST
/
connectors
/
{uuid}
/
postgres-drop-replication-slot
Drop a PostgreSQL replication slot
curl --request POST \
  --url https://api.artie.com/connectors/{uuid}/postgres-drop-replication-slot \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slotName": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid
string
required

Body

application/json
slotName
string
required

Response

No Content