CASE FrameworkCASE Framework
Participant APIParticipant data

Delete participant file

DELETE
/v1/study-service/participant-data/{studyKey}/files/{fileID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
fileID*string

Query Parameters

pid*string

Profile ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/study-service/participant-data/string/files/string?pid=string"
{
  "message": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}