Skip to main content
DELETE
/
pwa
/
v3
/
projects
/
:project_slug
Delete
curl --request DELETE \
  --url https://management.stytch.com/pwa/v3/projects/:project_slug \
  --header 'Authorization: Basic <encoded-value>'
{
  "request_id": "<string>",
  "status_code": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

project_slug
string
required

Response

Successful response

Response type

request_id
string
required
status_code
integer<int32>
required