Skip to main content
DELETE
Delete a wizard session
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /source-creator/sessions/ Description: Permanently deletes the session row. Does not affect any RoyaltySource already saved from it. Authorization:
  • Required role: admin or higher
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Session ID

Response

Session deleted

status
string
Example:

"success"

message
string
Example:

"Session deleted"