Skip to main content
DELETE
/
v1
/
positions
/
{id}
Delete a position
curl --request DELETE \
  --url https://api.plane.com/v1/positions/{id} \
  --header 'Authorization: Bearer <token>'

Parameters

id
string
required
ID of the position.

Returns

Returns the deleted position ID.