Pular para o conteúdo principal
DELETE
/
task
/
{id}
Delete Task
curl --request DELETE \
  --url https://local.casebender.com:3000/api/task/{id} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-Secret: <api-key>'
{
  "message": "<string>"
}

Autorizações

X-Api-Key
string
header
obrigatório
X-Api-Secret
string
header
obrigatório

Parâmetros de caminho

id
string
obrigatório

Resposta

Successful response

message
string
obrigatório