1. Endpoint

DELETE/projection
DELETE https://rest-api.argosidentity.com/v3/projection/{projectionId}

2. Authentication

Include the API key in the x-api-key header:

x-api-key
x-api-key: {yourAPIKey}

3. Request Body

The request body must be in JSON format. Below are the field descriptions:

projectionId
string
required

The unique ID of a projection

4. Request Example

DELETE/Projection
curl --location --request DELETE 'https://rest-api.argosidentity.com/v3/projection/{projectrionId}' \
--header 'x-api-key: {yourAPIKey}'

5. Response

5-1. Success Response

{
    "message": "Delete projection success"
}

5-2. Error Codes

Status CodeError MessageDescription
404Projection not foundDelete projection id not found.
405Method not allowed for /projections/projectionId pathHTTP requests (PUT, DELETE, etc.) are not GET or POST.
500Internal server errorWhen the server encounters an unexpected exception error