Skip to content
Finn Lippok edited this page Mar 27, 2023 · 2 revisions

REST API /api/v1/admin

⚠️ Authorization Header: All requests must contain a Authorization Header.

Authorization Bearer {JWT-Token}

⚠️ Admin Role: The User need to have the Admin role in order to Access this Service.

Delete User

Request

Endpoint: DELETE /api/v1/admin/user/ {id}

Delete Post

Request

Endpoint: DELETE /api/v1/admin/post/ {id}

Clone this wiki locally