Skip to main content
DELETE
/
api
/
user
/
files
/
{fileId}
Delete a specific user file
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/files/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "File(s) deleted successfully"
}

Authorizations

Authorization
string
header
required

JWT token passed in x-access-token header

Path Parameters

fileId
string
required

The unique identifier of the file to delete

Response

File deleted successfully

success
boolean

Indicates if the file deletion was successful

message
string

Success message confirming file deletion