Skip to main content
DELETE
Remove requests from dataset

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

dataset_id
integer
required

Body

application/json
request_ids
string[]
required

Flat array of request IDs to remove. Convenience shape; the server also accepts {'requests': [{'request_id': '...'}]}.

Response

200 - application/json

Resource deleted.

data
object