Customer pools

Remove Shared Pool from Project

Remove a shared pool from the project.

PATCH
/customer/projects/{projectId}/customer-pools/{sharedPoolId}/withdraw

Authorization

clientKeyHeader clientSecretHeader
x-client-key<token>

Client API key credential.

In: header

x-client-secret<token>

Client API secret credential.

In: header

Path Parameters

sharedPoolId*string
projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://api.dokaai.com/api/v1/dokaai/customer/projects/string/customer-pools/string/withdraw"
{
  "status": "success",
  "message": "string",
  "data": {
    "id": "string"
  },
  "metaData": null,
  "error": null
}
{
  "status": "error",
  "message": "string",
  "data": null,
  "metaData": null,
  "error": null
}
{
  "status": "error",
  "message": "string",
  "data": null,
  "metaData": null,
  "error": null
}
{
  "status": "error",
  "message": "string",
  "data": null,
  "metaData": null,
  "error": null
}
{
  "status": "error",
  "message": "string",
  "data": null,
  "metaData": null,
  "error": null
}