Skip to main content
DELETE
/
v1
/
self
/
Delete the authenticated user
curl --request DELETE \
  --url https://api.arklow.io/v1/self/ \
  --header 'Content-Type: application/json' \
  --header 'x-arklow-auth: <api-key>' \
  --data '
{
  "timestamp": "2023-11-07T05:31:56Z"
}
'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "deleted_at": "2023-11-07T05:31:56Z"
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

x-arklow-auth
string
header
required

Body

application/json
timestamp
string<date-time>
required

Response

200 - application/json

Default Response

data
object
required
errors
object[] | null
required