Skip to content

Spl3 API: Salmon - Delete

AIZAWA Hina edited this page Nov 18, 2022 · 1 revision

Request

Endpoint URL: https://stat.ink/api/v3/salmon/<id>
Request Method: DELETE
Authorization: Required, HTTP Header bearer auth only

<id> is in UUIDv4 format.
It is not specified as a uuid at the request, but is given by the server.

Response

Successful

Status: HTTP 204 No Content

Failed

  • HTTP 400 Bad Request
  • HTTP 404 Not Found
  • HTTP 409 Conflict - If 2 or more deletion processes at the same time
  • HTTP 503 Service Unavailable