v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-018486293.2 KB
aliases

Delete Alias

Delete a stored alias in one scope.

Scoped by user_id for the same reason the upsert is: deleting the global alias must not take a user's override with it, and deleting an override must leave the global one serving everyone else.

delete/v1/aliases/{name}

Path parameters

namestring required

Query parameters

user_idstring nullable

Delete the alias scoped to this user. Omit to delete the global alias of that name.

Delete the alias scoped to this user. Omit to delete the global alias of that name.

Response

Successful Response